home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-06-12 | 477 b | 19 lines |
- # Generated automatically from Makefile.in by configure.
- # MakeFile for QuakeTools
-
- default profile coverage branch all utils install %:
- cd ./src; $(MAKE) $@;
-
- test testprofile testcoverage:
- cd ./src; $(MAKE) test;
- cd ./testfarm; $(MAKE) $@;
-
- clean cleanprofile cleancoverage cleanall:
- cd ./src; $(MAKE) $@;
- cd ./testfarm; $(MAKE) $@;
-
- distclean:
- cd ./src; $(MAKE) $@;
- cd ./testfarm; $(MAKE) clean;
- @TAR@ cf - bin docs lib src testfarm * | @GZIP@ -9 >../qtools-0.1.tgz
-